projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dd1fa0
)
(using-unix-file
\b
systems): Update doc string.
author
Geoff Voelker
<voelker@cs.washington.edu>
Sat, 11 May 1996 20:55:33 +0000
(20:55 +0000)
committer
Geoff Voelker
<voelker@cs.washington.edu>
Sat, 11 May 1996 20:55:33 +0000
(20:55 +0000)
lisp/w32-fns.el
patch
|
blob
|
history
diff --git
a/lisp/w32-fns.el
b/lisp/w32-fns.el
index 0502fe9986a5d1c7b60ce86a54bddc475268143d..9b6046b4f13dd040919a9f3f107ceaa4d1e405f0 100644
(file)
--- a/
lisp/w32-fns.el
+++ b/
lisp/w32-fns.el
@@
-146,6
+146,10
@@
against the file name, and TYPE is nil for text, t for binary.")
;; Really should provide this capability at the drive letter granularity.
(defun using-unix-filesystems (flag)
+ "Read and write all files assuming that they are on a drive attached
+to a remote Unix file system. No CR/LF translation is done on any files
+in this case. This behavior is activated when FLAG is t and deactived
+when FLAG is any other value."
(if flag
(progn
(add-hook 'write-file-hooks 'save-to-unix-hook)